home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / prog / video / 04 / setup.exe / TMPGEnc.exe / 1041 / RCDATA / TMPEGTOOL_CUTFORM / TMPEGTOOL_CUTFORM.txt
Text File  |  2001-04-04  |  2KB  |  89 lines

  1. object MPEGTool_CutForm: TMPEGTool_CutForm
  2.   Left = 216
  3.   Top = 420
  4.   BorderStyle = bsDialog
  5.   Caption = 'MPEG ∩┐╜∩┐╜∩┐╜∩┐╜'
  6.   ClientHeight = 145
  7.   ClientWidth = 344
  8.   Color = clBtnFace
  9.   Font.Charset = SHIFTJIS_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 12
  23.   object Bevel1: TBevel
  24.     Left = 8
  25.     Top = 8
  26.     Width = 329
  27.     Height = 97
  28.   end
  29.   object VideoState: TLabel
  30.     Left = 112
  31.     Top = 24
  32.     Width = 209
  33.     Height = 12
  34.     AutoSize = False
  35.   end
  36.   object AudioState: TLabel
  37.     Left = 112
  38.     Top = 51
  39.     Width = 209
  40.     Height = 12
  41.     AutoSize = False
  42.   end
  43.   object SystemState: TLabel
  44.     Left = 112
  45.     Top = 80
  46.     Width = 209
  47.     Height = 12
  48.     AutoSize = False
  49.   end
  50.   object VideoCheckBox: TLabel
  51.     Left = 24
  52.     Top = 24
  53.     Width = 38
  54.     Height = 12
  55.     Caption = '∩┐╜f∩┐╜∩┐╜∩┐╜∩┐╜:'
  56.   end
  57.   object AudioCheckBox: TLabel
  58.     Left = 24
  59.     Top = 51
  60.     Width = 38
  61.     Height = 12
  62.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜:'
  63.   end
  64.   object SystemCheckBox: TLabel
  65.     Left = 24
  66.     Top = 78
  67.     Width = 78
  68.     Height = 12
  69.     Caption = '∩┐╜t∩┐╜@∩┐╜C∩┐╜∩┐╜∩┐╜╔Åo∩┐╜∩┐╜:'
  70.   end
  71.   object CancelButton: TButton
  72.     Left = 135
  73.     Top = 114
  74.     Width = 75
  75.     Height = 25
  76.     Cancel = True
  77.     Caption = '∩┐╜∩┐╜∩┐╜f'
  78.     TabOrder = 0
  79.     OnClick = CancelButtonClick
  80.   end
  81.   object StartupTimer: TTimer
  82.     Enabled = False
  83.     Interval = 100
  84.     OnTimer = StartupTimerTimer
  85.     Left = 170
  86.     Top = 40
  87.   end
  88. end
  89.